home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / InfoMac Digests / InfoMac Vol. 6 / InfoMac 6.05 < prev    next >
Encoding:
Text File  |  1988-01-30  |  26.7 KB  |  703 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. INFO-MAC Digest          Sunday, 24 Jan 1988        Volume 6 : Issue 5
  4.  
  5. Today's Topics:
  6.                             sort in hypercard
  7.                          Problem with Hypercard
  8.                          hardcopy from hypercard
  9.                Re: Kermit file transfer problems on a VAX
  10.                              Kermit and TACs
  11.                    Installing Custom Application Icons
  12.            Overhead-Projector Mac Displays, and a New Scanner
  13.                          General sound questions
  14.                                 Adult art
  15.                     Spellchecking and TeXtures (TeX)
  16.                    Tek 4107 terminal emulator request
  17.                              MAC gatepost..
  18.                        Macintosh ][ Ethernet & NFS
  19.                        Printing with Red Ryder 9.4
  20.                 More on the Mac 512K, and LW 5.0 Problem
  21.                   Request for info for PICT translators
  22.                            uVax <-> AppleTalk
  23.                            Mac Bernulli Boxes
  24.                       new software-versionlist.txt
  25.                              Laserwriter II
  26.                          TP filesystem/interface
  27.                                Architrion
  28.                            Inverted/Ball mice
  29.                            Startup application
  30.                   Latest round in 68020 vs. 80386 wars
  31.  
  32.  
  33. ----------------------------------------------------------------------
  34.  
  35. From: Ralph Martin
  36. From: <ralph%geometry.computing-maths.cardiff.ac.uk@NSS.Cs.Ucl.AC.UK>
  37. Date: Mon, 18 Jan 88 16:36:40 GMT
  38. Subject: sort in hypercard
  39.  
  40. Can anyone enlighten me as to what the message
  41. "It would be bad to sort this stack"
  42. means, and why Hypercard refuses to sort the stack - I am just telling it to
  43. sort the stack by the first word of field "Title". Note that it doesnt moan
  44. about the syntax of my sort command. It just says it would be bad to sort the
  45. stack, whatever that means?!
  46.  
  47. [Moderator's Note:
  48.  
  49. There is a script in the stack like so:
  50.  
  51. on sort
  52.    answer "It would be bad to sort this stack" with "OK"
  53. end sort
  54.  
  55. This is done to prevent sorting in the Help stack because they use card
  56. numbers to keep track of links - JP]
  57.  
  58. ------------------------------
  59.  
  60. Date: Tue, 19 Jan 88 00:01:28 est
  61. From: bell@eniac.seas.upenn.edu (Mike Bell)
  62. Subject: Problem with Hypercard
  63.  
  64.  I've run across a weird problem with Hypercard. I'm running it on a MacII
  65. with the Apple video expansion installed. Until yesterday, all was fine. Then
  66. when I booted the program yesterday, weird things happened. First of all, when
  67. the cursor is in the Hypercard window, it is invisible. When you are out of
  68. the Hypercard window ( i.e. on the desktop ) it re-apprers. Also, the tools
  69. menu pulls down, but the tools are invisible. I havr tried to reload the
  70. program, but the problem persists. Is it a hypercard problem, or a hardware
  71. problem ? Any suggestions would be appreciated ( A.S.A.P. PLEASE......)
  72.  
  73.  
  74.  
  75.  
  76.      Please send all responses to me.
  77.  
  78.      Thanks in advance.
  79.  
  80.  
  81.             Michael Bell
  82.             University of Pennsylvania
  83.             Bell@Eniac.seas.upenn.edu
  84.  
  85. ------------------------------
  86.  
  87. Date: Thu, 21 Jan 88 11:03
  88. From: <OPTON%JAN_LOCAL_NODE.BITNET@forsythe.stanford.edu>
  89. Subject: hardcopy from hypercard
  90.  
  91. Hi, everyone
  92.  
  93. I have started working in Hypercard.  I am contemplating using it
  94. in place of a normal database program for keeping track
  95. of the status of projects, inventory, purchase orders, etc.
  96. Here's my question: How does one generate reports, say, a
  97. purchase requisition, on 8.5" x 11" paper, you know, the
  98. stuff that all conventional offices use.  I know how to print a
  99. card, but the battleaxes in purchasing would scream bloody
  100. murder if I sent them anything that deviated too significantly
  101. from their normal form.  I have spent most of the day looking
  102. through Goodman, and did not find anything that lookied remotely
  103. useful.  The closest thing is the 'print report' (?) menu under
  104. File, but that is incredibly primitive.  I can't believe that
  105. Hypercard would be so useable, but leave such a glaring gap
  106. in their scripting as ignoring hardcopy in general, and 8.5x11
  107. in particular.  I must be missing something.  Any help
  108. and guidance is gratefully accepted.
  109.  
  110. Thanks,
  111. Lee Thomison
  112. BITNET:OPTON@UHVAX1
  113. landline: (713) 749-3127
  114.  
  115. ------------------------------
  116.  
  117. Date: Tue, 19 Jan 88 15:22 CST
  118. From: <MPARK%UTMEM1.BITNET@forsythe.stanford.edu>
  119. Subject: Re: Kermit file transfer problems on a VAX
  120.  
  121. We too had problems with Red Ryder and Vax Kermit 32.
  122. Kermit 32, in its default settings, times out before you can
  123. initiate a transfer from the Macintosh.  This is prevented
  124. in the following procedure that we now use.  Note that we
  125. run more current Red Ryders, the range in our department is
  126. 9.4 to 10.3.
  127.  
  128. MEMO
  129.  
  130. Red Ryder 9.4 supports Kermit transfers of text files to and
  131. from our Vax.
  132.  
  133. Use the default Red Ryder settings for Kermit.
  134.  
  135. Run VMS Kermit:
  136.         $Kermit
  137.         Kermit32>       {its response}
  138.  
  139. Set a sufficient delay, as:
  140.  
  141.         Kermit32>Set delay 20
  142.  
  143. Depending upon the direction of the transfer, type Send
  144. <file spec> or Receive to Kermit32 before you initiate the
  145. transfer with Red Ryder.
  146.  
  147. During Sends (from the Vax), the report of file length and
  148. number of blocks that Red Ryder gives is 10 times too large,
  149. but the transfer is correct.
  150.  
  151. --Mel Park
  152.  
  153. ------------------------------
  154.  
  155. Date: Fri 22 Jan 88 23:42:28-EST
  156. From: Mark McCall <MCCALL@RADC-TOPS20.ARPA>
  157. Subject: Kermit and TACs
  158.  
  159. Fellow Mac Users:
  160.  
  161. I wish to solicit help in using Kermit through a TAC (Terminal Access
  162. Controller) on the Arpanet.  I am using Red Ryder through a TAC to a DEC System
  163. 20 and am having no luck at all.  Some of my associates have experienced
  164. similar problems going through the TAC but could not help me with my MAC
  165. problems.  Please send any responses directly to me.  Thank You.
  166.  
  167. mccall@radc-tops20.arpa
  168.  
  169. ------------------------------
  170.  
  171. Date: 18 Jan 88 21:53:11 AST
  172. Subject: Installing Custom Application Icons
  173. From: Glen Jordan <JORDAN%UNBMVS1.BITNET@forsythe.stanford.edu>
  174. Sender: <JORDAN%UNB.BITNET@forsythe.stanford.edu>
  175.  
  176. I've investigated various sources of information concerning making and
  177. customising application icons; however,I'm unable to locate any info
  178. as to how I might "permanently install" a custom icon in a compiler-
  179. generated (in my case MS FORTRAN) application. I suspect the best way
  180. would be with appropriate RMaker instructions? What might they be? Can
  181. any of you INFO-MAC readers help? Thanks,
  182. Glen Jordan
  183. Faculty of Forestry
  184. University of New Brunswick
  185. CANADA E3B 6C2
  186.  
  187. ------------------------------
  188.  
  189. Date: Tue 19 Jan 88 08:07:27-PST
  190. From: A. E. Siegman <SIEGMAN@Sierra.Stanford.EDU>
  191. Subject: Overhead-Projector Mac Displays, and a New Scanner
  192.  
  193. I looked at all the liquid-crystal overhead-projector display units I could
  194. find at MacWorld, and I wouldn't recommend spending $1500-$1700 on ANY of
  195. these units, until the technology has improved.
  196.  
  197. The "Macnifier" from Comtrex seemed to be the best engineered unit, and the
  198. one with the best display.  It's the only one I'd consider, if I really had
  199. to have one of these now.  It has several useful adjustments on the display
  200. unit itself, and there's a good discussion of the technical problems with
  201. LCD displays in the Comtrex catalog.
  202.  
  203. The "Flat Top Display" from Network Specialties was on display in their
  204. booth, and was being used in a sizable number of other booths throughout
  205. the show.  I thought the display looked pretty poor everywhere.  It has poor
  206. contrast and brightness, a grainy mottled-blue background, and very slow
  207. response to screen changes (move the mouse too rapidly and it totally
  208. disaoppears).  The unit lacks adjustments, and a discussion I had with one
  209. of their engineers in the booth said they had some problems with temperature
  210. stability.
  211.  
  212. The "Multiscan" from Learning Services looked really bad to me.
  213.  
  214. Finally, Kodak has been advertising one of these units, but I didn't see
  215. anything related to it at the show.  One would hope Kodak would do a good
  216. job, if they do it at all.
  217.  
  218. Further general comments:
  219.  
  220. 1)  If you're going to use any of these units, plan on buying a really good,
  221. high-power, expensive overhead projector to go along with it.  When the LCD
  222. unit itself isn't very good, a weak projector makes things even worse.
  223.  
  224. 2)  The basic problem here is in the LCD technology itself.  While this
  225. technology will improve with time, my guess would be it's going to a while
  226. before it gets a lot better.  The LCD technology is inherently slow, very
  227. temperature sensivitive, and subject to permanently burnt or disabled
  228. pixels.  I wouldn't look for a lot of rapid improvement.
  229.  
  230. Add'l notes:
  231.  
  232. 1)  If someone really needs to display what's on a Mac screen to small to
  233. medium sized groups of people, rather than using any of these LCD projection
  234. units it would make more sense to spend the same amount on half a dozen
  235. "EasyView" 14" external monitors from Nuvotech ($395 list, probably buyable
  236. for under $300 each).
  237.  
  238. This is not a genuine "big screen" display, but it is a 14" screen against
  239. the regular Mac 9" screen; it's bright and sharp; easily connected to any
  240. kind of Mac; and multiple units can be daisy-chained.  The Nuvotech booth
  241. had a bank of 8 or 10 of them running in parallel; looked good.  I'll
  242. probably buy one for myself, just to use in showing programs to people.
  243.  
  244. 2)  Another promising display-related gadget demonstrated at the show was
  245. a moderately low-cost "Mirror Image Scanner" demonstrated by Mirror
  246. Technologies, Hugo, MN.  Instead of putting a scanning unit in the
  247. ImageWriter print head, a la ThunderScan, or feeding a page through a page
  248. reader as in all the higher-priced scanner units, this unit has a head
  249. something like a desk lamp which looks down on the desktop level tablet
  250. where you set the document to be scanned.  A moving mirror in the head then
  251. scans the document image onto a linear CCD photodetector array, with
  252. selectrable 100 to 200 dpi resolution, 6 shades of gray, and about 12
  253. seconds scanning time for a full 8-1/2 by 11 inch page, using only normal
  254. ambient room lighting.
  255.  
  256. It's reminiscent of the Couzin Soft-Strip scanner, except the scanning head
  257. is a lot smaller, and about 12" off the table top.  This approach makes a
  258. lot of sense optically, and means among things you can scan directly from
  259. a book or magazine page without an intermediate xerox copy.  Price should
  260. be about $700, promised availability April '88.  Looks good.
  261.  
  262. ------------------------------
  263.  
  264. Date: Tue, 19 Jan 88 11:50:26 EST
  265. From: "William E. Williams"
  266. From: <BSQUARE%YALEVM.BITNET@forsythe.stanford.edu>
  267. Subject: General sound questions
  268.  
  269. Can someone point me at descriptions of importing, sampling, and playing
  270. sounds on the plus and SE?  I am interested in sampling hardware, software,
  271. utilities, and virtually any other information about how to get, modify, and
  272. play sounds on the Mac.  I have an application in Pascal that is used by
  273. someone looking through a microscope for long hours, and the program has to be
  274. informative and interesting without requiring the user to take his/her eyes
  275. from the 'scope.  References to articles in Mactutor, Macintouch, Macuser,
  276. Macworld (unlikely) are welcome, as is direct information via mail.
  277.  
  278. Thanks in advance,
  279.  
  280.                                         B2
  281.  
  282. ------------------------------
  283.  
  284. Date: Tue, 19 Jan 88 11:55:59 EST
  285. From: "William E. Williams"
  286. From: <BSQUARE%YALEVM.BITNET@forsythe.stanford.edu>
  287. Subject: Adult art
  288.  
  289. Dare I say this isn't for me?  Well, it's true even if no one believes it.  A
  290. friend of mine (really.... oh, forget it!) is interested in collecting
  291. examples of "adult art" for the Macintosh.  He claims he's interested in
  292. seeing whether there is any obvious difference between the kind of stuff
  293. computer buffs are apparently interested in and the stuff more ordinary folks
  294. like.  Can anyone point me to online sources?  Educomp sells some disks,
  295. apparently, but they're said to be in the public domain, so there must be some
  296. way to get them without paying Educomp's fee.
  297.  
  298.                                            -B2
  299.  
  300. ------------------------------
  301.  
  302. Date: Tue, 19 Jan 88 15:11:08 EST
  303. From: Steve Buyske <ST401266%BROWNVM.BITNET@forsythe.stanford.edu>
  304. Subject: Spellchecking and TeXtures (TeX)
  305.  
  306.      Can anyone give me recommendations about a spelling checker DA
  307. that will work well with TeX?  I'm not concerned about it interacting well
  308. with the program, as it only has to check an ASCII file, but I want it
  309. to work gracefully with the TeX commands.  For example, I would like it to
  310. know (or learn) "alpha" (better yet, "\alpha"), and just ignore
  311. "\alpha_i|j", not consider it a new word.
  312.  
  313. ------------------------------
  314.  
  315. Date: Tue, 19 Jan 88 10:10:03 EST
  316. From: geg@ORNL-MSR.ARPA (Gary Giles)
  317. Subject: Tek 4107 terminal emulator request
  318.  
  319. We have recently acquired a Mac ][ and are searching for a terminal
  320. emulator for the TEK 4107 or newer terminal.  We have ordered
  321. VersaTerm-Pro but are searching for a better graphics emulator to
  322. interface with such mainframe codes as PATRAN.
  323.  
  324. Gary Giles
  325. Computing and Telecommunications
  326. Martin Marietta Energy System, Inc.
  327. Oak Ridge, TN
  328.  
  329. ------------------------------
  330.  
  331. Date: Tue, 19 Jan 88 15:29:10 EST
  332. From: rjj@mathvax.msi.cornell.edu (Rich Jaenson)
  333. Subject: MAC gatepost..
  334.  
  335. A couple of weeks ago I saw a news item about a program
  336. called 'gatepost' for the MACS.  It supposedly would allow
  337. UNIX systems to dump postscript files to a MAC, which would
  338. then send them to a laserwriter.  The program was written by
  339. Paul Menon.  If you have any information on this or an archive
  340. where I could look for it, I would appreciate it very much.
  341.     Thanks..Rich Jaenson
  342.     rjj@mathvax.msi.cornell.edu
  343.     Dept. of Mathematics
  344.     Cornell University
  345.  
  346. ------------------------------
  347.  
  348. Date: Tue, 19 Jan 88 18:43:46 EST
  349. From: rang%cps45x@cpswh.cps.msu.EDU (Anton Rang)
  350. Subject: Macintosh ][ Ethernet & NFS
  351.  
  352.   Does anyone know if there is an NFS system running on the Macintosh ][
  353. using Apple's Ethertalk card?  We would like to network the Mac ][ with our
  354. Sun workstations.
  355.   Please send responses to rang@cps.msu.edu or ihnp4!msudoc!cpsvax!rang .
  356.  
  357. Thanks,
  358.   Anton Rang
  359.   Michigan State University
  360.  
  361. ------------------------------
  362.  
  363. Date: Wed, 20 Jan 88 02:15 EST
  364. From: <SEGAL%NYUACF.BITNET@CIMSA.NYU.EDU>
  365. Subject: Printing with Red Ryder 9.4
  366.  
  367. It's strange. Since September I have been without a printer, when a screw came
  368. loose, fell into the lower Circuit Board and blew the fuse that you have to
  369. remove the entire bed of the ImageWriter II to get to. Well, I finally fixed it
  370. and have since actually tried printing things. Most of them work. Unfortunately
  371. Red Ryder 9.4 doesn't. Using Finder 5.5 and System 4.1 on a Mac+ with no
  372. internal (or external) modifications [I'm a student! I can't afford anything!]
  373. and RR9.4, whenever I try to print, using either the printer button in the
  374. general status menu bar or the Echo To Printer local  menu command I get a
  375. "The Printer Resource File Could Not Be Found on the System Disk. No Printing
  376. Can Be Done Without That" dialog box. The problem is the fact that I have put
  377. {that is, tried individually} Every version of the ImageWriter file I can find
  378. into the System Folder, onto the top layer of the Disk, every place I could
  379. think of and have still ended up with a silent printer. This is very annoying,
  380. as it means I must send all printer output from my mainframe acct to school
  381. printers or spend the time Downloading it to home.
  382. I don't know if it ever worked before, as I got my modem after I blew the fuse,
  383. but it seems that this is a simple problem (yes, the printer is Chosen in C
  384. Chooser) than should have a simple fix that I'm just missing - over and over
  385. and over.
  386. Ah well, I trust you folks. You people actually write code for this thing, as
  387. apposed to my proud User Only status. You can solve this problem. I know you
  388. can. Right? Please? Pretty please?
  389. Anyway,
  390. Slack To You All,
  391. Richard Segal,
  392. SEGAL@NYUACF.bitnet
  393. SEGAL@ACFCLUSTER.NYU.EDU
  394. Oh, by the way, the end to my story about the pinout for the modem port, I
  395. ended up Jury rigging, using stereo speaker cable and double-alligator clip
  396. test leads for a month untill I could afford a real Cable. Thanks for the help
  397. folks.
  398.  
  399. ------------------------------
  400.  
  401. Date: Wed, 20 Jan 88 12:35 AST
  402. From: Peter J Gergely <Peter@DREA-GRIFFIN.ARPA>
  403. Subject: More on the Mac 512K, and LW 5.0 Problem
  404.  
  405. More on the 512K, KE; Laser Driver 5.0, and Systems 3.2, and 3.3.
  406.  
  407. To date I have received only the following message, on our problems with
  408. 512K's and Laser Drivers (LDs) 5.0.
  409.  
  410.      Date:     Fri, 15 Jan 88 11:54 EST
  411.      From:     <ELFJ%CRNLVAX5.BITNET@CUNYVM.CUNY.EDU>
  412.      Subject:  Laserwriter 5.0 bugs
  413.  
  414.      We have also had problems with the latest version of LaserWriter
  415.      and LaserPrep, but they stem from using them with System 3.2 on
  416.      512E's.  When trying to print a non-laser font, system crashes may
  417.      occur that permanently destroy the disk.  We've had both system and
  418.      data disks go bad and thought all our disk drives were dying until
  419.      we diagnosed the problem.  Problems occured with Word 3.01 and
  420.      MacDraw, but not Word 1.05 or WriteNow.
  421.  
  422.      Our only solution was to go to version 4.0 of laser files.
  423.  
  424.      Linda Iroff
  425.      Humanities Computing Center
  426.      Cornell University
  427.      Ithaca, NY 14853
  428.      elfj@crnlvax5.bitnet
  429.  
  430. In the meantime, I contacted Apple Canada, whose first and immediate
  431. response was to go back to LDs 4.0.  Stating that this response was
  432. unsatisfactory, and that the documentation for the v5 System Software
  433. specifically states all machines on an Appletalk must run the same LDs,
  434. they said they would inquire to the US.  The following answer was
  435. received (as best as I could transcribe the voice answer):
  436.  
  437. "The LDs 5.0 were designed to function correctly ONLY with machines
  438. containing one or more MB of Ram.  There is no simple cure that would
  439. allow this driver to work properly with the 512K Macintoshes, regardless
  440. of 64K or 128K rom.  We will inform engineering that we have clients in
  441. the field requesting a compatible driver for Mac512K machines".
  442.  
  443. This is a partially satisfactory answer, but we still cannot upgrade our
  444. 512K macs at the moment at the current upgrade prices, and our users
  445. really do prefer LDs 5.0.  I wonder how many Macintosh Environments are
  446. being hurt with our problems, and the ones mentioned by Linda Iroff.
  447.  
  448. Well, I wish I could talk to someone in Apple USA, as my call to
  449. Public Relations got transferred to  International Customer Relations,
  450. and they have yet to return my call.
  451.  
  452. Come on, Apple, there are some of us out here in the world that once
  453. believed in you for your upward compatibility and your upgrade policies.
  454.  
  455.     - Peter
  456.  
  457. Peter J. Gergely (DREA, P.O. Box 1012, Dartmouth, NS  B2Y 3Z7  Canada)
  458.       ARPANET:  gergely@DREA-XX.ARPA (preferred)
  459. or              Peter@DREA-GRIFFIN.ARPA
  460.       DIALNET:  Peter@DIAL|DREA-GRIFFIN
  461.       CSNET:    gergely%cs.dal.cdn@ubc.csnet
  462.       UUCP:     gergely@dalcs.UUCP
  463.       GENIE:    GERGELY
  464.  
  465. ------------------------------
  466.  
  467. Date: 20 Jan 88 16:48:00 CST
  468. From: "ESDC::WEYWADT" <weywadt%esdc.decnet@garfld.msfc.nasa.gov>
  469. Subject: Request for info for PICT translators
  470. Reply-to: "ESDC::WEYWADT" <weywadt%esdc.decnet@garfld.msfc.nasa.gov>
  471.  
  472. HELP!   I need a routine that translates PICT files, i.e. to UIS files
  473. for a VAX station.  Anyone out there having or knowing of such a routine
  474. please drop a line of what and where to obtain it. Thanks!
  475.  
  476. ------------------------------
  477.  
  478. Date: Wed, 20 Jan 88 19:48:04 -0500 (EST)
  479. From: "Philip H. Dye" <pd1h+@andrew.cmu.edu>
  480. Subject: uVax <-> AppleTalk
  481.  
  482.  
  483. We have a couple of Macs and two uVaxs in a computer room.  The Macs produce
  484. postscript code and print it over Appletalk to a Laserwriter.  The uVax also
  485. prints postscript to a Laserwriter.  However, this is quite a wastes to have a
  486. two several thousand dollar printers in the same room doing the same thing,
  487. processing postscript.
  488.  
  489. Is one of the following possble?
  490.  
  491. -  Put the uVax on AppleTalk for printing
  492.  
  493. -  Have the uVax receive the ps from the macs and act as a server.
  494.  
  495. -  Run a Laserwriter off of the Mac's serial line. to send it's ps to the uVax
  496. making it a spooler.
  497.  
  498. Does anyone have any knowlege, suggestions, comments, or experience with some
  499. of the above methods or any otehr methods I may have overlooked?
  500.  
  501. Philip Dye
  502. pd1h+@andrew.cmu.edu
  503.  
  504. ------------------------------
  505.  
  506. Date: Wed, 20 Jan 88 20:31:37 -0500 (EST)
  507. From: "Philip H. Dye" <pd1h+@andrew.cmu.edu>
  508. Subject: Mac Bernulli Boxes
  509.  
  510. Anyone have any comments about using bernuli boxes with a Mac II.
  511.  
  512. Philip Dye
  513. pd1h+@andrew.cmu.edu
  514.  
  515. ------------------------------
  516.  
  517. Date: 21 Jan 1988 10:32:56-EST
  518. From: Bob.Walker@faraday.ece.cmu.edu
  519. Subject: new software-versionlist.txt
  520.  
  521.  
  522. Could someone post a new version of "software-versionlist.txt" to the
  523. archives?  The current version is dated April 1987.  Thanks.
  524.  
  525.         - bob
  526.  
  527. ------------------------------
  528.  
  529. Date: Tue, 19 Jan 88 18:52:13 GMT
  530. From: "Kieran Carrick,UCD,Ireland"
  531. From: <CARRICK%IRLEARN.BITNET@forsythe.stanford.edu>
  532. Subject: Laserwriter II
  533.  
  534. Here is a message I posted on MAC-USER@IRLEARN (.BITNET).
  535. Perhaps you could copy it to INFO-MAC.
  536. MAC-USER is a listserv list based on the EARN network (effectively BITNET)
  537. and is a non moderated Mac discussion list aimed at a European audience.
  538. Subscription is now open. Bitnet people can send a TELL message to LISTSERV@
  539. IRLEARN with the command "SUBSCRIBE MAC-USER <USER@NODE> Firstname Secondname"
  540. If you are not on Bitnet then please feel free to mail me
  541.               Kieran Carrick <CARRICK@IRLEARN>
  542. University College Dublin, Ireland - Irish National EARN node.
  543.  
  544. p.s While I am here could someone contact me if they know the whereabouts
  545. of the latest MACKERMIT implementation. Thanks. Kieran
  546.  
  547. [ The latest version of MacKermit will be posted soon.
  548.   Watch for it in the digest soon.  JP ]
  549.  
  550. [ Start original message ]
  551.  
  552. I've just seen the new LaserWriter II.
  553. It's a much better designed box than its trusty predecessor.
  554. The prices are pretty attractive too!
  555.  
  556. One aspect of it worries me though, the mode selection is now done by dip switc
  557. hes on the back.
  558. Most of our LaserWriters are in public areas and are used by Mac users, PC user
  559. s and mainframe users who select either Batch or Appletalk modes on the switch
  560. at the back. Dip switches cause terrible user problems in these circumstances.
  561. Does anyone out there have a suggestion (however fancifull) as to how I can
  562. continue to offer both an RS232 interface and an appletalk interface to users
  563. using the same physical device **without** requiring them to change the dip
  564. switches?
  565. Kieran
  566. Acknowledge-To: <CARRICK@IRLEARN>
  567.  
  568. ------------------------------
  569.  
  570. Date: Thu, 21 Jan 88 11:26:45 CET
  571. From: EDB87003%NOBIVM.BITNET@CUNYVM.CUNY.EDU
  572. Subject: TP filesystem/interface
  573.  
  574. Date: 21 January 88, 11:23:15 CET
  575. From: Georg Moe                 47-2-123050          EDB87003 at NOBIVM
  576. To:   INFO-MAC at SUMEX-AIM.STANFORD
  577.  
  578. The filesystem/interface on the Macintosh (using Turbo Pascal).
  579.  
  580. Is there anybody out there with some experience on this subject?
  581. My problem is as follows:
  582.  
  583. It is the first time that I am writing a program on the Mac, but as
  584. long as one doesn't need to think about Resource-files everything is
  585. OK. However, the menusystem is easy, but the filesystem worries me at
  586. the moment.  To be precise: I want to save a matrix (array(1..30,1..130)
  587. of Real;) to the disk, and later be able to launch the application by
  588. double-clicking the datafile. After reading the TP-manual and Inside
  589. Macintosh about the file-system/Finder-interface, I must admit that it
  590. is not the easiest piece of litterature I have read, although I have
  591. understood some of the concepts behind it. My first problem then is how
  592. (where) to tell the program who the CREATOR is and the file-TYPE, and
  593. how to implement it. The next problem is the definition of
  594. the icons for the application and the datafiles.  So far I have only
  595. modified one of the demo-(resource)files included with Turbo-Pascal
  596. (actually MYDEMO.R on the samples-diskette).  One section of this file
  597. seems to concern icons: TYPE ICN = GNRL
  598. ,1100
  599. .H
  600. FFFFFFFF
  601. 80000001
  602.   .
  603.   .
  604.   .
  605. The mask
  606. FFFFFFFF
  607. FFFFFFFF
  608. FFFFFFFF
  609.  
  610. When I have compiled the application to disk this gives me an icon
  611. looking like a ladder. One day I changed some of the Hex-numbers, and
  612. voila, I got two spots in the ladder. The problem is now to get rid of
  613. these spots, and let the icon look like something more intelligent.
  614. The application icon should in fact look like a treble clef and the
  615. datafile icon like a note.
  616. By the way, it seems to be impossible to get rid of these spots, whatever
  617. I write (and recompile the .R file), why?
  618.  
  619. Is there some good litterature covering these subjects?
  620.  
  621. I hope that there is someone out there who can help me.
  622. Thanks a lot.
  623.  
  624. ..............................................................
  625. ... So long .................. Bedrifts:konomisk Institutt ...
  626. ... Georg Moe ................ Pb. 69, N-1341 Bekkestua ......
  627. .............................. Tlf +47 2 12 30 50 ............
  628.  
  629. ------------------------------
  630.  
  631. Date: 21 Jan 88 11:52:56 PST
  632. From: lamming.pa@Xerox.COM
  633. Subject: Architrion
  634. Reply-to: lamming.pa@Xerox.COM
  635.  
  636. Apparently there is an architecture package for the MAC called ARCHITRION that
  637. is getting rave reviews in Europe.  I understand it was developed by some French
  638. Institutions for the French government.    Anybody out there got any
  639. info/experience/pointers to help substantiate/refute the rumour.
  640.  
  641.         -- Mik --
  642.  
  643. ------------------------------
  644.  
  645. Date: Thu, 21 Jan 88 20:31:04 -0500 (EST)
  646. From: "Philip H. Dye" <pd1h+@andrew.cmu.edu>
  647. Subject: Inverted/Ball mice
  648.  
  649.  
  650. Does anyone have any experience with inverted mice ? (just a block with
  651. the ball facing up)
  652.  
  653. What supplier are there ?
  654. What are common problems ?
  655. Are there any special advantages or disadvantages to using them ?
  656.  
  657. Philip Dye
  658.  
  659. ------------------------------
  660.  
  661. Date: Fri, 22 Jan 88 17:01:26 EST
  662. From: tom coradeschi <tcora@ARDEC.ARPA>
  663. Subject: Startup application
  664.  
  665. Is anyone aware of a method of bypassing the startup application on an occai-
  666. sional basis? Sometimes I just want to go straight to the desktop. I'm looking
  667. for something like a couple of keys to hold down or whatever.
  668.  
  669. thanks,
  670. tom c
  671.  
  672. ------------------------------
  673.  
  674. Date: 23 Jan 88 10:58:00 EST
  675. From: <bouldin@ceee-sed.arpa>
  676. Subject: Latest round in 68020 vs. 80386 wars
  677. Reply-to: <bouldin@ceee-sed.arpa>
  678.  
  679. This may bore some readers to death, but I just can't pass a chance to further
  680. rebut the "big lies" circulating in the popular computer press about the
  681. relative speeds of the 68020 vs. 80386. To be specific:
  682.  
  683. The hardware is the Compaq 20 mhz 80386 and 80387 versus a Mac+ with a 25
  684. mhz Novy systems 68020/881 accelerator board. The results:
  685.  
  686.                 Novy            Compaq(From Nov. 87 Byte)
  687. Sieve           3.1 sec         4.76 sec
  688. Sort            7.3 sec         6.15 sec
  689.  
  690. I didn't run the floating point tests, since it is already clear (Byte, Nov.
  691. 87, pg. 109) that even a 16 mhz Mac II is faster for floating point than
  692. a 20 mhz Compaq.
  693.  
  694. Finally, these tests were run on the Compaq with a highly optimizing Metaware
  695. C compiler, while the Mac results are with the one-pass Lightspeed C.
  696.  
  697. I hope now we don't have to worry anymore about the "powerful" 80386.
  698.  
  699. ------------------------------
  700.  
  701. End of INFO-MAC Digest
  702. **********************
  703.